golang.org/x/net/http2.responseWriterState.status (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L2594: status int // status code passed to WriteHeader
server.go#L2672: if !hasContentLength && clen == "" && rws.handlerDone && bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
server.go#L2680: if !hasCE && !hasContentType && bodyAllowedForStatus(rws.status) && len(p) > 0 {
server.go#L2709: httpResCode: rws.status,
server.go#L2974: rws.status = code
server.go#L3015: if !bodyAllowedForStatus(rws.status) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)